feat(extensions): activate external primary agent profiles - #2012
Merged
limityan merged 1 commit intoAug 4, 2026
Conversation
limityan
force-pushed
the
yanzhn/external-primary-agent-profiles
branch
2 times, most recently
from
August 3, 2026 17:08
73676d7 to
458f8d6
Compare
limityan
force-pushed
the
yanzhn/external-primary-agent-profiles
branch
from
August 4, 2026 00:52
458f8d6 to
79d6639
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
primary/allprofiles and Claude Code agent definitions as selectable primary agents; Codex definitions remain subagent-onlyArchitecture and boundaries
User experience
Validation
cargo check --workspacecargo test -p bitfun-agent-runtime-ipc(63 passed)cargo test -p bitfun-opencode-adaptercargo test -p bitfun-claude-code-adapterbitfun-coreprimary-route, owner, lease, permission, model, background, and worktree testsbitfun-climode/update/startup tests andproduct_assembly_cli(11 passed)bitfun-desktopremote catalog and remote workspace policy testspnpm run type-check:webpnpm run lint:webpnpm run i18n:contract:testpnpm run i18n:auditpnpm run check:repo-hygienepnpm run check:github-confignode scripts/check-core-boundaries.mjsCompatibility note
The local Agent Runtime IPC protocol moves to v16, so Shared TUI clients and their owning Runtime must be upgraded together. Persisted Sessions retain logical profile identity and route ownership; unavailable external definitions fail closed instead of falling back to a same-name local agent.